Filter hook '{$taxonomy}_{$field}'

in WP Core File wp-includes/taxonomy.php at line 1896

Description

Filters the taxonomy field sanitized for display. The dynamic portions of the filter name, `$taxonomy`, and `$field`, refer to the taxonomy slug and taxonomy field, respectively.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 1896

Parameters

Type Name Description
mixed $value Value of the taxonomy field.
int $term_id Term ID.
string $context Context to retrieve the taxonomy field value.

PHP Doc

/**
		 * Filters the taxonomy field sanitized for display.
		 *
		 * The dynamic portions of the filter name, `$taxonomy`, and `$field`, refer
		 * to the taxonomy slug and taxonomy field, respectively.
		 *
		 * @since 2.3.0
		 *
		 * @param mixed  $value   Value of the taxonomy field.
		 * @param int    $term_id Term ID.
		 * @param string $context Context to retrieve the taxonomy field value.
		 */